var crypto/x509.emptyASN1Subject

2 uses

	crypto/x509 (current package)
		x509.go#L1484: var emptyASN1Subject = []byte{0x30, 0}
		x509.go#L1609: 	extensions, err := buildCertExtensions(template, bytes.Equal(asn1Subject, emptyASN1Subject), authorityKeyId, subjectKeyId)